home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1994 October / Macformat17.cdr / Shareware City / Developers / GAL ƒ / GAL examples / lots of errors < prev    next >
Text File  |  1994-07-11  |  337b  |  27 lines

  1.     ;lots of errors simply shows some of th common error messages
  2. c    variable    1
  3. d    variable:
  4. e    variable:byte
  5. lode        r1,r2
  6.     load        r1,a
  7.     add        a,a
  8.     add        r1>>r5
  9.     add        r1,5
  10. ;    add        130,r2
  11. ;    add        @a,r2
  12.     sto        a,r1
  13.     add        r1,r2,r3
  14.     add         r1
  15.     add        5
  16. ;    not        a
  17. ;    rot        r1
  18. ;    rot        a
  19.     bgt        b
  20. ;    add        c,r1
  21.     add        5-2,r2
  22.     bra        20
  23. b    variable    3
  24. e    constant    1
  25.     end
  26.     
  27.